Retrieves all the items that are comprised between the startItem and the endItem.
Used when making a consecutive selection.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public delegate IList<T> GetSelection( T startItem, T endItem ) |
Visual Basic |
---|
Public Delegate Function GetSelection ( _ startItem As T, _ endItem As T _ ) As IList(Of T) |
Parameters
- startItem
- Type: T
The first item in the selection
- endItem
- Type: T
The last item in the selection